module Base
{
    model Liaz300Truck_Windshield_Armor
    {
        mesh = vehicles/LIAZ154_Body|WindshieldArmor,
        
		shader = vehicle,
		scale = 1,
    }
 
	model Liaz300Truck_ProtectionWindowLeft
    {
        mesh = vehicles/LIAZ154_Body|FrontLeftWindowArmor,
        
	shader = vehicle,
        invertX = FALSE,
        static = FALSE,
        scale = 1,

        
    }
	model Liaz300Truck_ProtectionWindowRight
    {
        mesh = vehicles/LIAZ154_Body|FrontRightWindowArmor,
	
	shader = vehicle,
        invertX = FALSE,
        static = FALSE,
        scale = 1,

        
    }


 	model Liaz300Truck_ProtectionWindowRearLeft
    {
        mesh = vehicles/LIAZ154_Body|RearLeftWindowArmor,
        
	shader = vehicle,
        invertX = FALSE,
        static = TRUE,
        scale = 1,

        
    }
	model Liaz300Truck_ProtectionWindowRearRight
    {
        mesh = vehicles/LIAZ154_Body|RearRightWindowArmor,
	
	shader = vehicle,
        invertX = FALSE,
        static = TRUE,
        scale = 1,
 

    }


    template vehicle Liaz300Truck_armor
    {
        template = ATA2Protection/part/ATA2ProtectionWindshield,
        part ATA2ProtectionWindshield
        {
            model Default
            {
                file = Liaz300Truck_Windshield_Armor,
            }
        }

 

        template = ATA2Protection/part/ATA2ProtectionWindowFrontLeft,
        part ATA2ProtectionWindowFrontLeft
        {
                        parent = DoorFrontLeft,

			model Default
            {
                file = Liaz300Truck_ProtectionWindowLeft,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindowFrontRight,
        part ATA2ProtectionWindowFrontRight
        {
                        parent = DoorFrontRight, 
                       
			model Default
            {
                file = Liaz300Truck_ProtectionWindowRight,
            }
        }       

        template = ATA2Protection/part/ATA2ProtectionWindowRearLeft,
        part ATA2ProtectionWindowRearLeft
        {


			model Default
            {
                file =  Liaz300Truck_ProtectionWindowRearLeft,
            }
        }
        
        template = ATA2Protection/part/ATA2ProtectionWindowRearRight,
        part ATA2ProtectionWindowRearRight
        {

			model Default

            {
                file =  Liaz300Truck_ProtectionWindowRearRight,
            }
        }
 


    }
}